home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS08.ADF / AmigaBasicProgs / DeluxeDraw.DOC < prev    next >
Text File  |  1986-04-02  |  5KB  |  104 lines

  1.  
  2. This is the program from issue #3 of Amazing Computing, where the following
  3. description can also be found.
  4.  
  5. DeluxeDraw is a drawing program with many features found
  6. only in more expensive drawing programs.  It saves 
  7. pictures or brushes in the format used by BASIC for BOBs and VSprites.  
  8. One of the advantages of this program over other drawing programs is its 
  9. ability to choose high or low resolution.  You may choose the number of bit 
  10. planes, thus controlling the total number of colors available.
  11. It is written in AmigaBasic and requires 512K bytes of memory.
  12.  
  13. Deluxe Draw demonstrates many advanced uses of Amiga Basic, including 
  14. using functions from the Amiga operating system libraries.
  15.  
  16. Here is a a short description of the program's modes, and an explanation of 
  17. the icons on the screen.
  18.  
  19. The number of available drawing colors is controlled by the number of
  20. bit planes selected when the program starts.  Enter 5 for 32 colors, 
  21. 4 for sixteen colors, 3 for eight colors, or 2 for four colors.
  22.  
  23. The leftmost column of 4, 8, 16, or 32 boxes is used to select the current 
  24. foreground and background colors.  The foreground color is surrounded by a 
  25. white highlight, the background color is the previous foreground color.
  26. The foreground/background color pair are displayed in the 
  27. lowest box in the second column.
  28.  
  29. The rightmost column is used to select the drawing styles and to 
  30. toggle options on or off.  Each selected style or option is 
  31. surrounded by a white highlight box.  To select an option, click once on the 
  32. that box.
  33.  
  34. The first four boxes, with trapezoids inside, are different brush widths, 
  35. from a single-pixel fine brush to a fat eight-pixel-wide brush.
  36.  
  37. The fifth box, with a brush icon inside, is used to select a custom brush. 
  38. This selection lets you frame an area of your picture and use that area as a
  39. brush.  Move the mouse to the upper-left-hand corner of the area for the new 
  40. brush, and click and hold the left mouse button.  Move the mouse to the 
  41. lower-right-hand corner, and release the button.  If a brush has been 
  42. selected, click this box again to discard the brush, and to select another.
  43.  
  44. The sixth box has an icon of rays radiating from a point.  It is used to draw 
  45. multiple lines.  Select a center point for the lines with the mouse by 
  46. clicking once in a spot in the drawing area.  Lines are drawn from the point 
  47. where the mouse button is first pressed to the current mouse position as long 
  48. as the button is held down.
  49.  
  50. The seventh icon is a tipped-over paint can.  This selection is used to flood 
  51. fill an area with the current foreground color.  The area to be filled is 
  52. that area with all adjacent pixels that have the same color as the one where 
  53. the mouse button was clicked.  Note that this function uses the Amiga
  54. graphics library "Flood" call, instead of the corresponding Amiga Basic
  55. function.  The Amiga graphics function operates as one would expect -
  56. a marked area is filled with a color.
  57.  
  58. The eighth selection is for sizable circles.  A circle outline is 
  59. rubber-banded between the center where the button is first pressed.  When the 
  60. button is released, a circle is drawn at that size and location.  Its radius 
  61. is the distance between that center and the current mouse position.
  62.  
  63. The ninth box has rectangle inside.  This is the sizable rectangle selection.  
  64. A rectangle is rubber banded between the point where the button is first 
  65. pressed and the point where you let up on the button.  The rectangle is then 
  66. drawn in the current foreground color.
  67.  
  68. The tenth icon with a single line is the line selection icon.  It draws a 
  69. line between the point where the mouse button is first pressed and the point 
  70. where it is released.
  71.  
  72. The eleventh box has a 'T' inside. This denotes the text selection. Simply 
  73. click the mouse button where text is to be printed, and type the text at the 
  74. keyboard.  Note that the text will be printed with the current foreground and 
  75. background colors.
  76.  
  77. The twelfth box which has three horizontal bars in it denotes the red, green, 
  78. and blue sliders.  Click this box to adjust the currently selected drawing 
  79. color.  A window with three sliders will appear.  These sliders are used to 
  80. precisely select the amount of red, green, and blue in the current foreground 
  81. color.
  82.  
  83. The thirteenth box, with a checkerboard pattern inside, is used to toggle 
  84. between checker-fill and solid modes.  This controls whether 
  85. flood fill,  lines, rays, and the various width brushes paint in 
  86. solids or checks.
  87.  
  88. The fourteenth box with multiple vertical stripes of color is used to turn on 
  89. or off the color cycle mode.  The colors between the foreground and 
  90. background color are rotated in a cyclical manner.
  91.  
  92. The fifteenth and last selectable box selects cycle draw.  When this is 
  93. turned on the current foreground color is rotated through the colors between 
  94. the foreground and background colors displayed in the last 
  95. box.
  96.  
  97. ========================================================================
  98.  
  99. If you like this program and would like to make a donation send it to
  100.  
  101. Rick Wirch
  102. 1009 Vilas Av. #2
  103. Madison, WI 53715
  104.